﻿/**
 *  Master Slider Sample Skin
 *
 * This file does not load by Masterslider and is just for those who wants 
 * to know how skin file is structured and let them to create their own custom skin
 * If you want to create your own custom skin you need to replace "ms-skin-default" with your unique skin name
 */

/* 2b48f9 */


@font-face { font-family: 'ziti'; src: url('../fonts/ziti.OTF') format('truetype'); font-weight: normal; font-style: normal; } 

.ziti{ font-family: 'ziti'!important; }

.wrap{ width: 1300px; margin: 0 auto; overflow: hidden; }
.wrap2{ width: 1300px; margin: 0 auto; }
.m{ margin: 0 auto; }
.head_top{ width:100%; height: 160px; text-align: center; border-bottom: 1px solid #ddd; }
.head_top img{ padding-top: 20px; }
.nav .wrap {
    position: static;
}

.nav {
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 2;
}

.nav ul {
    text-align: center;
}

.nav li {
    margin: 0 6px;
    display: inline-block;
}

.nav li a {
    position: relative;
    z-index: 1;
    padding: 0 30px;
    color: #000;
    font-size: 15px;
    display: inline-block;
    line-height: 60px;
    transition: 0.3s;
}
.nav ul li:hover a{ color:#fff;}
.nav li.nli {
    position: relative;
}
.index_main1{ width: 100%; height: 550px; padding-top: 70px; padding-bottom: 60px; border-bottom: 1px solid #ddd; }
.index_main1_left{ width: 400px; height: 520px; border: 1px solid #ddd; }
.index_main1_left .main_pic{ width: 400px; margin-left: 30px; margin-top: 30px; }
.index_main1_right{ width: 690px; height: 550px; padding-left: 75px; padding-right: 65px; background: url(../images/index_main1_bg.png) no-repeat; }
.index_main1_right2{ background: url(../images/index_main1_bg2.png) no-repeat; }
.index_main1_right h3{ font-weight: bold; font-size: 36px; color: #000; padding-top: 55px; padding-bottom: 83px;}
.index_main1_right p{ font-size: 14px; line-height: 25px; color: #6b6b6b; padding-bottom: 10px; }
.ljyj{ font-size: 16px; padding-top: 10px; display: block; transition: 0.3s; color: #2b48f9;  text-decoration: none; }
.ljyj:hover{ text-decoration: underline; }
.jishuqi li{ display: inline-block; font-size: 16px; color: #111; padding:0 35px; }
.jishuqi li:nth-child(1){ padding-left: 0px; }
.jishuqi li>i{ font-size: 42px; color: #000; font-family: arial;}
.jishuqi li p{ font-size: 14px; color: #6b6b6b; margin-top: 10px; }
.jishuqi{padding-top: 125px; }
.jishuqi li span{ display: inline-block; position: absolute; }


.h3_img{ text-align: center; padding-top: 65px; }
.title_h3{ text-align: center; padding-top: 15px; font-size: 24px; color: #000; font-weight: bold; }
.title_i{ display: block; width: 40px; height: 2px; background-color: #000; margin: 0 auto; margin-top: 15px; margin-bottom: 12px; }
.title_h4{ text-align: center; font-size: 16px; color: #6b6b6b; padding-bottom: 60px;}
.index_main2 li{ width: 630px; float: left;position: relative; transition: 0.3s; overflow: hidden; margin-right:20px; }
.index_main2 li:nth-child(2n){ margin-right: 0px; }
.index_main2 li .index_list{ height: 58px; line-height: 58px; border: 1px solid #ddd; border-top: 0; }
.index_main2 li:hover{ background:#2b48f9;}
.index_main2 li p{ transition: 0.3s; font-size: 18px; width: 80%; overflow: hidden; color: #000; padding-left: 19px; }
.index_main2 li i{ margin-right: 19px; margin-top: 19px; display: block; width: 20px; height: 20px; background:url(../images/jia2.png) no-repeat 0px 0px; transition: 0.3s; }
.index_main2 li:hover i{ background:url(../images/jia2.png) no-repeat 0px -20px; }
.index_main2 li:hover p{ color: #fff;  }
.index_main2 li:before {
    /*border: 1px solid #fff;*/
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -1;
    width: 100%;
    height: 59px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index_main2 li:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.list_a:hover{ border: 1px solid #2b48f9; }
.list_a{clear: both; display: block; margin: 0 auto; margin-top: 10px; margin-bottom: 15px; font-size: 18px; color: #6b6b6b; border: 1px solid #ddd; height: 48px; line-height: 51px; position: relative; overflow: hidden; transition: 0s;}
.list_a i{ display: block; margin-top: 13px; margin-right: 32px; width: 24px; height: 24px; background: url(../images/more_bg.png) no-repeat 0px 0px; transition: 0.3s;}
.list_a:hover i{ background: url(../images/more_bg.png) no-repeat 0px -24px; }
.index_list_a{ padding-left: 215px; width: 380px; margin-top:40px;}
.list_a span{ display: block; transition: 0.3s;}
.list_a:hover span{ color: #fff; }

.list_a:before {
    /*border: 1px solid #fff;*/
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -1;
    width: 100%;
    height: 50px;
    background-color: #2b48f9;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.list_a:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}



/*首页空间系列切换*/
    .slider{ width:100%;  min-width:650px;  height:520px;  position:relative; overflow:hidden; background:#fff; text-align:center;  margin-bottom: 40px; }
    .slider .bd{ width:650px; position:absolute; left:50%; margin-left:-325px  }
    .slider .bd li{ width:650px;  overflow:hidden; position: relative; transition: 0.3s; background-color: #f5f5f5;}
    .slider .bd li img{ display:block; width:650px; height:400px;    }
    .slider .tempWrap{ overflow:visible !important }
    .slider .tempWrap ul{  margin-left:-325px !important; /*强制位置*/  }

    .slider .hd{ position:absolute; width:100%; left:0;  z-index:1; height:8px; bottom:20px;  text-align:center;  }
    .slider .hd li{ display:inline-block; *display:inline; zoom:1; width:8px; height:8px; line-height:99px; overflow:hidden; background:url(../images/slider-btn.png) 0 -10px no-repeat; 
        margin:0 5px; cursor:pointer; filter:alpha(opacity=60);opacity:0.6;  }
    .slider .hd li.on{ background-position:0 0; filter:alpha(opacity=100);opacity:1;  }
    .slider .pnBtn{  position:absolute; z-index:1; top:0; width:100%;  height:520px; cursor:pointer;   }
    .slider .prev{ left:-67%; margin-left:-326px;  }
    .slider .next{ left:67%;  margin-left:327px;  }
    .slider .pnBtn .blackBg{ display:block;  position:absolute; left:0; top:0; width:100%; height:520px; background:#fff; filter:alpha(opacity=50);opacity:0.5;   }
    .slider .pnBtn .arrow{ display: block!important; position:absolute; top:0; z-index:1; width:60px; height:520px;opacity:1;  }
    .slider .pnBtn .arrow:hover{ filter:alpha(opacity=100);opacity:1; }
    .slider .prev .arrow{ right:20px; background:url(../images/left.png) no-repeat right 170px;  }
    .slider .next .arrow{ left:20px; background:url(../images/right.png) no-repeat right 170px;  }

.index_kjxl_title{ width: 100%; height: 120px; text-align: center; position: relative; z-index: 1; }
.index_kjxl_title h5{ font-size: 24px; color: #ccc; padding-top: 35px; text-transform: uppercase; transition: 0.3s; }
.index_kjxl_title h6{ font-size: 18px; color: #000; padding-top: 10px;  transition: 0.3s;}
.slider .bd li:before {
    /*border: 1px solid #fff;*/
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 0;
    width: 100%;
    height: 120px;
    background-color: #2b48f9;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.slider .bd li:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.slider .bd li:hover h5{ color: #f1cf8c; }
.slider .bd li:hover h6{ color: #fff; }
.index_main3{ padding-bottom: 65px; }

.index_main4{ background-color: #f8f8f8; padding-bottom: 45px; }
.index_main4 li{ float: left; position: relative; width: 235px; height: 380px; margin-right: 30px; background-color: #fff; }
.index_main4 li:nth-child(5){ margin-right: 0px; }
.index_main4 li .li_dz_top{ height: 140px; background-color: #f4f4f4; }
.index_main4 li i{ display: block; width: 40px; height: 3px; background-color: #484a4c; margin: 0 auto; transition: 0.3s; }
.index_main4 li:hover i{ background-color: #2b48f9; }
.index_main4 li h5{ font-size: 20px; text-align: center; padding-top: 30px; color: #111; }
.index_main4 li p{ text-align: center; padding: 90px 30px 0px 30px; line-height: 25px; font-size: 14px; color: #6b6b6b;}
.index_main4 li .li_dz_img{ transition: 0.7s; position: absolute; display: block; top: 80px; left: 50%; margin-left: -55px; width: 110px; height: 110px;  }
.index_main4 li:nth-child(1) .li_dz_img{ background:url(../images/dingzhi_1_g.png) no-repeat 0px 0px; }
.index_main4 li:nth-child(1):hover .li_dz_img{ background:url(../images/dingzhi_1_g.png) no-repeat 0px -110px; }
.index_main4 li:nth-child(2) .li_dz_img{ background:url(../images/dingzhi_2_g.png) no-repeat 0px 0px; }
.index_main4 li:nth-child(2):hover .li_dz_img{ background:url(../images/dingzhi_2_g.png) no-repeat 0px -110px; }
.index_main4 li:nth-child(3) .li_dz_img{ background:url(../images/dingzhi_3_g.png) no-repeat 0px 0px; }
.index_main4 li:nth-child(3):hover .li_dz_img{ background:url(../images/dingzhi_3_g.png) no-repeat 0px -110px; }
.index_main4 li:nth-child(4) .li_dz_img{ background:url(../images/dingzhi_4_g.png) no-repeat 0px 0px; }
.index_main4 li:nth-child(4):hover .li_dz_img{ background:url(../images/dingzhi_4_g.png) no-repeat 0px -110px; }
.index_main4 li:nth-child(5) .li_dz_img{ background:url(../images/dingzhi_5_g.png) no-repeat 0px 0px; }
.index_main4 li:nth-child(5):hover .li_dz_img{ background:url(../images/dingzhi_5_g.png) no-repeat 0px -110px; }


.index_main4_more{ clear: both; text-align: center; position: relative; z-index: 1; margin-top: 30px; }
.index_main4_a{ display: inline-block; padding-left: 85px; width: 185px; height: 50px; }
.index_main4_a i{ margin-right: 10px; }
.list_dz_a{ margin-right: 10px; }
.list_dz_a i{ display: block; margin-top: 13px; margin-right: 10px; width: 22px; height: 22px; background: url(../images/more_bg2.png) no-repeat 0px 0px; transition: 0.3s;}
.list_dz_a:hover i{ background: url(../images/more_bg2.png) no-repeat 0px -22px; }


.index_main4_a2{ display: inline-block; padding-left: 68px; width: 208px; height: 50px; }
.list_dz_a2{ margin-right: 10px; }
.list_dz_a2 i{ display: block; margin-top: 13px; margin-right: 10px; width: 27px; height: 25px; background: url(../images/more_bg3.png) no-repeat 0px 0px; transition: 0.3s;}
.list_dz_a2:hover i{ background: url(../images/more_bg3.png) no-repeat 0px -25px; }
.list_dz_a2_2 i{ display: block; margin-top: 13px; margin-right: 10px; width: 22px; height: 26px; background: url(../images/more_bg4.png) no-repeat 0px 0px; transition: 0.3s;}
.list_dz_a2_2:hover i{ background: url(../images/more_bg4.png) no-repeat 0px -26px; }
.index_main4_a2 i{ margin-right: 10px; }


.index_main5{ padding-top: 70px; padding-bottom: 80px; }
.index_main5_top{ width: 100%; height: 100px; }
.index_main5_top h3{ width: 165px; font-size: 24px;color: #000; font-weight: bold; background:url(../images/index_img6.jpg) no-repeat right 17px; }
.index_main5_top .index_new_more{ transition: 0.3s; display: block; width: 65px; height: 20px; line-height: 20px; color: #6b6b6b; font-size: 16px; background:url(../images/index_more_bg.png) no-repeat right center; padding-right: 27px; }
.index_main5_top span{ font-size: 16px; color: #6b6b6b; }
.index_new_more:hover{ color: #2b48f9; background:url(../images/index_more_bg2.png) no-repeat right center; }
.index_main5 li{ margin-right: 100px; width: 600px; height: 240px; margin-bottom: 30px; float: left; }
.index_main5 li:nth-child(2n){ margin-right: 0px; }
.index_main5 li .main_pic{ margin-right: 30px; width:200px; overflow:hidden; }
.index_main5 li>a{ display: block; }
.index_main5 li h6{ transition: 0.3s; display: block; width: 100%;height: 47px; border-bottom: 1px solid #ddd; background:url(../images/date_xiegang.png) no-repeat 115px 8px; margin-bottom: 20px; }
.index_main5 li h6 span:nth-child(1){ display: inline-block; float: left; font-size: 36px; color: #000;  font-weight: bold; line-height: 38px; }
.index_main5 li h6 span:nth-child(2){ display: inline-block; float: right; font-size: 18px; color: #6c6c6c; }
.index_main5 li:hover h6{ margin-left: 10px; }
.index_main5 li h4{ transition: 0.3s; font-size: 18px; color: #000; margin-bottom: 15px; display:block; overflow:hidden; white-space:nowrap;text-overflow:ellipsis; }
.index_main5 li h5{ transition: 0.3s; font-size: 14px; color: #6c6c6c; line-height: 25px; height: 75px; overflow: hidden; margin-bottom: 20px; }
.index_main5 li:hover h5{ padding-left: 10px; color: #2b48f9; }
.index_new_div{ width: 360px; padding-right: 10px; height: 240px; overflow: hidden; z-index: 1}
.index_main5 li i{ display: block; width: 20px; height: 20px; background:url(../images/index_more_bg.png) no-repeat; transition: 0.3s; }
.index_main5 li:hover i{ background:url(../images/index_more_bg2.png) no-repeat; }
.index_main5 li:hover h4{padding-left: 10px; color: #2b48f9; }
.index_main5 li:hover i{ margin-left: 10px; color: #fff; }
.index_main5 li:hover img{-webkit-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05); transform: scale(1.05);}
.footer{ width: 100%; height: 360px; padding-top: 50px; background-color: #484a4c; }
.footer_top{ height: 270px; border-bottom: 1px solid #666; }
.footer_top ul{ margin-right: 55px; width: 90px; }
.footer_top ul h3{ font-size: 16px; color: #eee; padding-bottom: 20px; }
.footer_top ul i{ display: block; width: 20px; height: 3px; background-color: #fff; margin-bottom: 20px; }
.footer_top ul li a{ font-size: 14px; color: #b5b5b5; line-height: 30px; transition: 0.5s; }
.footer_top ul li a:hover{ color: #2b48f9; padding-left: 5px; }
.erweima{ margin-left: 110px;}
.footer_right{ width: 270px; }
.footer_right h6{ font-size: 14px; color: #aaa; padding-bottom: 10px; }
.footer_right h5{ font-size: 40px; color: #fff; padding-bottom: 20px; }
.zxzx{ font-size: 18px; color: #fff; display: block; width: 158px; height: 38px; line-height: 38px; text-align: center; border: 1px solid #fff; border-radius: 20px; transition: 0.3s;}
.zxzx:hover{ background-color: #fff; color: #fff; }
.footer_a{ font-size: 14px; color: #949494; }
.footer_bottom{ height: 80px; line-height: 80px; }
.footer_bottom p{ font-size: 14px; color: #949494; }
.footer_bottom p a{ font-size: 14px; color: #949494; }
.footer_bottom p a:hover{ color: #2b48f9; }
.dingzhi_main1 li{    float: left;
    width: 385px;
    height: 85px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding-left: 35px;
    padding-bottom: 15px;
    padding-top: 25px;
    transition: 0.3s;}
.dz_m_d{ margin-left: 25px; width: 285px; }
.dingzhi_main1 li:hover{     -webkit-box-shadow: 0 0px 20px rgba(0,0,0,0.2);
    box-shadow: 0 0px 20px rgba(0,0,0,0.2);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);}
.dz_m_d h3{ font-size: 24px; color: #000; padding-bottom: 8px;font-weight: bold; }
.dz_m_d h4{ font-size: 14px; color: #6b6b6b;  }
.dingzhi_main1{ padding-top: 30px; padding-bottom: 60px; }
.dingzhi_main1 .index_main4_more{ margin-top: 40px; }
.dingzhi_main1 li:nth-child(3n){ margin-right: 0px; }
.dingzhi_main1 li p{ width: 75px; transition: 0.3s; }

.dingzhi_main2{ width: 100%; padding-bottom: 80px; background-color: #f8f8f8; }
.page_title_h3{ font-size: 48px; color: #000; padding-top: 75px; text-align: center; font-weight: bold; }
.page_title_h3 span{ color: #2b48f9; }
.page_title_h4{ font-size: 24px; color: #484a4c; padding-top: 15px; text-align: center; }
.page_title_p{ font-size: 14px; line-height: 25px; color: #6b6b6b; padding-top: 10px; text-align: center;}
.page_title_i{ display: block; margin: 0 auto; margin-top: 14px; width: 40px; height: 2px; background-color: #000; }
.dingzhi_main2 ul{ padding-top: 55px; }
.dingzhi_main2 li{ width: 100%; height: 320px; }
.dingzhi_main2 li .main_pic{ width: 50%; }
.dingzhi_main2 li .dz_li{ width: 50%; background-color: #fff; height: 320px; }
.dz_li h3{ font-size: 32px; font-weight: bold; color: #000; padding-top: 65px; padding-left: 50px; }
.dz_li h4{ font-size: 20px; color: #484a4c; padding-top: 10px; padding-left: 50px; }
.dz_li p{ width: 440px; line-height: 25px; font-size: 14px; color: #6b6b6b; padding-top: 25px; padding-left: 50px; }
.dz_li img{ float: right; padding-right: 30px; padding-top: 5px; }


.join-step-list {
	position: relative;
	padding: 160px 0;
}
.join-step-list:before {
	content: "";
	position: absolute;
	left: 85px;
	top: 45.5%;
	width: 85%;
	border-bottom: 1px solid #ddd;
}
.join-step-list li {
	float: left;
	position: relative;
	text-align: center;
	width: 10%;
	background: #fff;
	margin: 0 2.14%;
}
.peng{ height: 108px; overflow: hidden;}
.join-step-list .jun{ position: absolute; right: -10px; top: 50%; margin-top: -10px; display: block; width: 20px; height: 20px; background: url(../images/icon-join-next.png) no-repeat center;}
.join-step-list .jun2{ position: absolute; left: -10px; top: 50%; margin-top: -10px; display: block; width: 20px; height: 20px; background: url(../images/icon-join-next.png) no-repeat center;}


/* .join-step-list li ~ li:before {
	content: "";
	position: absolute;
	left: -33px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background: url(../images/icon-join-next.png) no-repeat center;
}
 */


.join-step-list li .tit {
	position: absolute;
    bottom: -6px;
    z-index: 10;
    height: 280px;
    width: 100%;
    border-radius: 57px;
    border: 1px solid #ddd;
    line-height: 170px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.join-step-list li:hover .tit {
	height: 300px;
}
.join-step-list li:nth-child(2n) .tit {
	top: -13px;
	line-height: 350px;
	-webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.join-step-list li:nth-child(2n):hover .tit {
	line-height: 360px;
}
.join-step-list li .tit span {
	display: inline-block;
	font-size: 24px;
	color: #333;
	width: 30px;
	vertical-align: middle;
	line-height: 1.2;
}
.join-step-list li .num {
	z-index: 0;
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	border: 3px solid #484a4c;
	line-height: 90px;
	border-radius: 50%;
	background: #fff;
	color: #484a4c;
	font-size: 36px;
	font-family: "066-CAI978";
	transition: 0.3s;
}
/* .join-step-list li:hover .num{ border: 4px solid #f0f0f0; } */
.join-step-list li .num span {
	position: relative;
    display: block;
/*     padding-top: 21px; */
}
.join-step-list li .num:before {
	content: "";
	position: absolute;
	border: 4px solid #f0f0f0;
	left: -4px;
	top: -4px;
	width: 100px;
	height: 100px;
	background: #2b48f9;
	border-radius: 50%;
	-webkit-transform: translateY(108px);
	-ms-transform: translateY(108px);
	-o-transform: translateY(108px);
	transform: translateY(108px);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.join-step-list li:nth-child(2n) .num:before {
	-webkit-transform: translateY(-108px);
	-ms-transform: translateY(-108px);
	-o-transform: translateY(-108px);
	transform: translateY(-108px);
}
.join-step-list li:hover .num:before {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.solution-step-list {
	padding-top: 88px;
	padding-bottom: 115px;
	margin-bottom: 80px;
	overflow: hidden;
}
.solution-step-list li {
	width: 20%;
	margin: 0;
	background: transparent;
}
.solution-step-list li ~ li:before {
	left: -10px;
}

.solution-step-list li:first-child .num:before {
	border: 4px solid #f0f0f0;
	z-index: 4;
	background: #2b48f9 url(../images/icon-contact-tel.png) no-repeat center;
}
.solution-step-list li:nth-child(2) .num:before {
	border: 4px solid #f0f0f0;
	z-index: 4;
	background: #2b48f9 url(../images/icon-contact-tel2.png) no-repeat center;
}
.solution-step-list li:nth-child(3) .num:before {
	border: 4px solid #f0f0f0;
	z-index: 4;
	background: #2b48f9 url(../images/icon-contact-tel3.png) no-repeat center;
}
.solution-step-list li:nth-child(4) .num:before {
	border: 4px solid #f0f0f0;
	z-index: 4;
	background: #2b48f9 url(../images/icon-contact-tel4.png) no-repeat center;
}
.solution-step-list li:nth-child(5) .num:before {
	border: 4px solid #f0f0f0;
	z-index: 4;
	background: #2b48f9 url(../images/icon-contact-tel5.png) no-repeat center;
}
.dingzhi_main3_con_one{ position: absolute;
    left: 50%;
    top: 135px;
    width: 145px;
    float: left;
    margin-left: -72px;
    margin-right: 115px;
    text-align: center;}
.dingzhi_main3_con_one h4{ font-size: 20px; color: #111; font-weight: bold;}
.dingzhi_main3_con_one h5{ font-size: 14px; color: #6b6b6b; padding-top: 10px; line-height: 25px; }

.dingzhi_main4{ padding-bottom: 100px; }
.dingzhi_product_main.on{ opacity: 1; visibility: visible; z-index: 2; }
.dingzhi_product_main .list_a{ display: none; }
.dingzhi_product_main.on .list_a{ display: block; }
.dingzhi_product_main{ position: absolute; bottom: 0; left: 0; z-index: -1; }
.dingzhi_xxk{ position: absolute; top: 35px; left: 50%; margin-left: -150px; }
.dingzhi_product_main{ width: 100%; height: 610px; opacity: 0; visibility: none; transition: 0.8s; }
.dingzhi_xxk{ text-align: center; height: 38px;}
.dingzhi_xxk li{ height: 38px; display: inline-block; width: 140px; margin: 0 5px;transition: 0.3s;}
.dingzhi_xxk li a{ /* font-family: '宋体';  */display: block; height: 38px; line-height: 38px; color: #484a4c; font-size: 20px; }
.dingzhi_xxk li:hover{ color: #fff; background-color: #2b48f9;}
.dingzhi_xxk li.on a{ color: #fff; background-color: #2b48f9;}
.dingzhi_main4_con{ width: 100%; height: 730px; position: relative; }


/*全屋定制切换切换*/
    .slider2{ width:100%;  min-width:650px;  height:520px;  position:relative; overflow:hidden; background:#fff; text-align:center;  margin-bottom: 40px; }
    .slider2 .bd{ width:650px; position:absolute; left:50%; margin-left:-325px  }
    .slider2 .bd li{ width:650px;  overflow:hidden; position: relative; transition: 0.3s;}
    .slider2 .bd li img{ display:block; width:650px; height:400px;    }
    .slider2 .tempWrap{ overflow:visible !important }
    .slider2 .tempWrap ul{  margin-left:-325px !important; /*强制位置*/  }

    .slider2 .hd{ position:absolute; width:100%; left:0;  z-index:1; height:8px; bottom:20px;  text-align:center;  }
    .slider2 .hd li{ display:inline-block; *display:inline; zoom:1; width:8px; height:8px; line-height:99px; overflow:hidden; background:url(../images/slider2-btn.png) 0 -10px no-repeat; 
        margin:0 5px; cursor:pointer; filter:alpha(opacity=60);opacity:0.6;  }
    .slider2 .hd li.on{ background-position:0 0; filter:alpha(opacity=100);opacity:1;  }
    .slider2 .pnBtn{  position:absolute; z-index:1; top:0; width:100%;  height:520px; cursor:pointer;   }
    .slider2 .prev{ left:-67%; margin-left:-326px;  }
    .slider2 .next{ left:67%;  margin-left:327px;  }
    .slider2 .pnBtn .blackBg{ display:block;  position:absolute; left:0; top:0; width:100%; height:520px; background:#fff; filter:alpha(opacity=50);opacity:0.5;   }
    .slider2 .pnBtn .arrow{ display: block!important; position:absolute; top:0; z-index:1; width:60px; height:520px;opacity:1;  }
    .slider2 .pnBtn .arrow:hover{ filter:alpha(opacity=100);opacity:1; }
    .slider2 .prev .arrow{ right:20px; background:url(../images/left.png) no-repeat right 170px;  }
    .slider2 .next .arrow{ left:20px; background:url(../images/right.png) no-repeat right 170px;  }
.slider2 .bd li:before {
    /*border: 1px solid #fff;*/
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 0;
    width: 100%;
    height: 120px;
    background-color: #2b48f9;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.slider2 .bd li:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.slider2 .bd li:hover h5{ color: #f1cf8c; }
.slider2 .bd li:hover h6{ color: #fff; }

.list_product{padding-top: 60px; padding-bottom: 80px;}


/* 产品详情页 */
.show_product{ width: 100%; height: 920px; background: url(../images/show_product_bg.jpg) no-repeat center; background-size: 100% 100%; }
.show_product_top{ font-size: 14px; color: #949494; height: 90px; line-height: 90px; }
.show_product_top a{ color: #949494; }
.show_product_top a:hover{ color: #2b48f9; }
.show_product_top_a{ transition: 0.3s; padding-left: 30px; margin-top: 25px; width: 135px; height: 36px; line-height: 36px; border: 1px solid #949494; }
.show_product_top_a i{ margin-top: 6px; }
.show_product_top_a:hover span{ color: #2b48f9; }
.show_product_top_a span{ font-size: 16px; }
.show_product_top_a:hover{border: 1px solid #2b48f9;}

.show_product_top_a i{background: url(../images/show_more_bg.png) no-repeat 0px 0px;}
.show_product_top_a:hover i{ background: url(../images/show_more_bg.png) no-repeat 0px -24px; }
.show_product h3{ font-size: 32px; color: #fff; margin-top: -45px;}






.list_product2{ border-top: 1px solid #ddd; padding-top: 60px; padding-bottom: 80px;}
.list_product2 .wrap{ padding-left: 5px; padding-top: 7px; }
.list_kj_one_con{  width: 520px; height: 380px; border: 1px solid #ddd; background-color: #f4f4f4; margin-top: -8px; margin-left: -5px; }
.list_kj_one{ width: 520px; height: 380px; border: 1px solid #ddd; }
.list_kj_one_con h5{ text-align: center; line-height: 25px; font-size: 14px; color: #6b6b6b; padding-top: 45px; }
.list_kj_one_con .title_h4{ padding-bottom: 0px; }
.list_kj_two_botom{ width: 100%; height: 75px; padding-top: 20px; }
.list_kj_two_botom h5{ font-size: 32px; color: #999; width: 315px; }
.list_kj_two_botom h5 span{ font-family: '微软雅黑'; font-size: 24px; color: #000; }
.list_kj_two_botom .index_main4_a{ width: 155px; padding-left: 35px;  clear: inherit;}
.list_kj_two:hover .list_a{ border: 1px solid #2b48f9; }

.list_kj_two:hover .list_a i{ background: url(../images/more_bg.png) no-repeat 0px -24px; }
.list_a:before {
    /*border: 1px solid #fff;*/
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -1;
    width: 100%;
    height: 50px;
    background-color: #2b48f9;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.list_kj_two:hover .list_a:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.list_kj_two:hover .list_a span{ color: #fff; }


.list_kj_two:hover .main_pic img{-webkit-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05); transform: scale(1.05);}

.gyyj_main2 .wrap{ padding-left: 10px; width: 1310px; }
.gyyj_main2 li{ float: left; margin-right: 47px; width: 400px; height: 400px; background-color: #eee; }
.gyyj_main2 li:nth-child(3){ margin-right: 0px; }
.gyyj_main2 li .whln_li{ transition: 0.5s; width:400px; height: 400px; border: 1px solid #ddd; margin-left: -10px; margin-top: -10px; background-color: #fff;}
.gyyj_main2 ul{ padding-top: 40px; }
.gyyj_main2{ padding-bottom: 80px; padding-top: 15px;}
.gyyj_main2 li i{ display: block; margin: 0 auto; transition: 0.5s; }
.gyyj_main2 li .whln_pic{ height: 98px; line-height: 98px; margin-top: 50px; width: 100%; }
.gyyj_main2 li:nth-child(1) .whln_pic i{ width: 83px; height: 98px; background: url(../images/whln_ico1.png) no-repeat 0px 0px; }
.gyyj_main2 li:nth-child(2) .whln_pic i{ width: 76px; height: 93px; background: url(../images/whln_ico2.png) no-repeat 0px 0px; }
.gyyj_main2 li:nth-child(3) .whln_pic i{ width: 95px; height: 84px; background: url(../images/whln_ico3.png) no-repeat 0px 0px; }
.gyyj_main2 li:nth-child(1):hover .whln_pic i{ background: url(../images/whln_ico1.png) no-repeat 0px -98px; }
.gyyj_main2 li:nth-child(2):hover .whln_pic i{ background: url(../images/whln_ico2.png) no-repeat 0px -93px; }
.gyyj_main2 li:nth-child(3):hover .whln_pic i{ background: url(../images/whln_ico3.png) no-repeat 0px -84px; }
.gyyj_main2 li h5{ font-size: 14px; color: #6b6b6b; line-height: 25px; text-align: center; }
.gyyj_main2 li .xian{ width: 40px; height: 2px; background-color: #000; margin-top: 35px; margin-bottom: 35px; transition: 0.5s; }
.gyyj_main2 li h4{transition: 0.5s; font-size: 24px; color: #000; padding-top: 15px; text-align: center;}
.gyyj_main2 li:hover .whln_li{ border: 1px solid #2b48f9; }
.gyyj_main2 li:hover .xian{ background-color: #2b48f9; }
.gyyj_main2 li:hover h4{ color: #2b48f9; }
.gyyj_main3{background-color: #eee; padding-top: 10px; padding-bottom: 70px;}

.csr_l{width: 400px; height: 520px; background-color: #eee; border: 1px solid #ddd; margin-right: 100px;}
.csr_l .main_pic{ width: 400px; margin-top: 30px; margin-left: 30px; }
.csr_c{ width:325px; height: 490px; padding-top: 30px; }
.csr_c h3{ width: 100%; font-size: 24px;color: #000; font-weight: bold; background:url(../images/index_img6.jpg) no-repeat 100px 17px; padding-bottom: 30px;}
.csr_c h3 span {font-size: 16px;color: #6b6b6b;}
.csr_c h4{ font-size: 14px; color: #6b6b6b; line-height: 25px; }
.csr_c h4 p{ padding-bottom: 5px;}
.csr_c .csr_bg{ float: right; margin-right: -15px; }
.csr_r h3{ font-weight: bold; padding-top: 35px; font-size: 20px; color: #000; padding-bottom: 30px; }
.csr_r h4{ font-size: 14px; color: #6b6b6b; line-height: 25px;}
.gyyj_main4{padding-bottom: 100px;}
.list_news_top{ width: 100%; margin-bottom: 80px; height: 38px; line-height: 38px; text-align: center;}
.list_news_top a{ display: inline-block; font-size: 18px; padding: 0 25px; margin: 0 5px; color: #484a4c; transition: 0.3s;}
.list_news_top a:hover{ background-color: #da0002; color: #fff; }
.list_news{ padding-top: 80px; }
.list_news_top .on{ background-color: #2b48f9; color: #fff; }
.contact{ padding-top: 60px; }
.contact_con_left{width:328px; padding-left: 70px; height: 510px; padding-top: 30px; background-color: #fff; border: 1px solid #ddd;}
.contact_con_left h4{ font-size: 14px; color: #aaa; padding-top: 20px; padding-bottom: 10px; }
.contact_con_left .tell{ font-size: 38px; color: #2b48f9; line-height: 1; font-weight: bold; }
.contact_con_left .zixun{ border: 1px solid #2b48f9; border-radius: 20px; display: block; width: 156px; height: 38px;text-align: center;  transition: 0.3s;}
.contact_con_left .zixun i{display: inline-block;
    width: 25px;
    height: 23px;
    background: url(../images/kefu_ico.png) no-repeat 0px 0px;
    transition: 0.3s;
    margin-top: 8px;
    float: left;
    margin-left: 25px;}
.contact_con_left .zixun:hover{ background-color: #2b48f9; color: #fff; }
.contact_con_left .zixun:hover i{ background:url(../images/kefu_ico.png) no-repeat 0px -23px; }
.contact_con_left .zixun span{ transition: 0.3s; display: inline-block;
    float: left;
    margin-top:7px;
    margin-left: 10px; font-size: 18px; color: #2b48f9; }
.contact_con_left .zixun:hover span{ color: #fff; }
.contact_con_left h5{ font-size: 18px; color: #6b6b6b; padding-bottom: 20px; }
.contact_con_left .erweima2{ margin-left: -7px; }
.contact_bottom .wrap{ padding: 10px; }
.contact_bottom li{    float: left; border: 1px solid #ddd;
    width: 502px;
    height: 123px;
    margin-right: 30px;
    padding-left: 130px;
    padding-bottom: 15px;
    padding-top: 60px;
    transition: 0.3s;}
.contact_bottom li a{ display: block; }
.contact_bottom li .dz_m_d{ margin-left: 25px; width: 295px; }
.contact_bottom li:hover{     -webkit-box-shadow: 0 0px 20px rgba(0,0,0,0.2);
    box-shadow: 0 0px 20px rgba(0,0,0,0.2);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);}
.contact_bottom li .dz_m_d h3{ font-size: 24px; color: #000; padding-bottom: 8px;font-weight: bold; }
.contact_bottom li .dz_m_d h4{ font-size: 14px; color: #6b6b6b;  }
.contact_bottom{ padding-top:25px; padding-bottom: 90px; }
.contact_bottom .index_main4_more{ margin-top: 40px; }
.contact_bottom li:nth-child(2n){ margin-right: 0px; }
.contact_bottom li p{ width: 75px; transition: 0.3s; }

/* 百度地图 */
#map{ width: 900px; height: 544px; }
#map img{ width: auto!important;height: auto!important; }
.BMapLib_SearchInfoWindow{ left: 127px; bottom: -266px; }



/* 产品详情 热门推荐 切换 */
.picScroll-left2 {width:1328px;position:relative;margin:0 auto;margin-left:-6px;}
.picScroll-left2 .hd {width:1340px;text-align:center;overflow:hidden;height:10px;background:none;padding:0 10px;}
.picScroll-left2 .hd .prev,.picScroll-left2 .hd .next {display:inline-block;width:50px;height:50px;margin-right:5px;margin-top:10px;overflow:hidden;cursor:pointer;margin:30px 15px 0px 11px;}
.picScroll-left2 .hd .next3 {width:59px;height:59px;position:absolute;right:-23px;top:75px;background:url(../images/honour-right.png) no-repeat;}
.picScroll-left2 .hd .prev3 {width:59px;height:59px;position:absolute;left:-23px;top:75px;background:url(../images/honour-left.png) no-repeat;}
.picScroll-left2 .hd .prevStop {background-position:-60px 0;}
.picScroll-left2 .hd .nextStop {background-position:-60px -50px;}
.picScroll-left2 .hd ul {float:right;overflow:hidden;zoom:1;margin-top:10px;zoom:1;}
.picScroll-left2 .hd ul li {width:9px;height:9px;overflow:hidden;margin-right:5px;text-indent:-999px;cursor:pointer;background:url("../images/icocircle.gif") 0 -9px no-repeat;}
.picScroll-left2 .hd ul li.on {background-position:0 0;}
.picScroll-left2 .bd {padding:10px;}
.picScroll-left2 .bd ul {overflow:hidden;zoom:1;}
.picScroll-left2 .bd ul li { width: 420px; margin:0 7px;float:left;_display:inline;overflow:hidden;}
.show_product_bottom h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    padding-top: 35px;
    padding-bottom: 30px;
    padding-left: 11px; background:url(../images/index_img6.jpg) no-repeat 120px 50px;
    text-align: left;
}
.show_product_bottom{ padding-top: 30px; padding-bottom: 75px; }
.show_product_bottom .wrap{ padding-right: 10px; }

/* 产品详情轮播 */

.com-slider {position:relative;width: 600px; height: 600px; }
.com-slider .bd li{ text-align: center; }
.com-slider .bd li img{ width: auto; }
.com-slider .hd {margin-top:50px;padding-bottom:50px;text-align:center;}
.com-slider .hd ul li {display:inline-block;margin:0 8px;width:16px;height:16px;background-color:#6b6b6b;border-radius:50%;text-indent:-9999px;cursor:pointer;}
.com-slider .hd.hd2 {position:relative;left:0;bottom:-100px;width:600px;text-align:center;margin-top:0;padding-bottom:0;}
.com-slider .hd ul li.on {background-color:#fff;border-color:#fff;}
.com-slider .com-btn {position:absolute;top:50%;width:30px;height:50px;line-height:50px;text-align:center;margin-top:-25px;background:rgba(255,255,255,0.6);font-size:24px;font-family:serif,"宋体";-webkit-transition:.3s;-o-transition:.3s;transition:.3s;}
.com-slider .com-btn:hover {background:rgba(255,255,255,0.8);width:50px;}
.com-slider .com-btn.next {right:0;}
.com-block-list li {float:left;width:286px;height:368px;background:#fff;text-align:center;padding:65px 40px 0;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}
.com-block-list li:hover {-webkit-box-shadow:0 0 30px rgba(0,0,0,0.2);box-shadow:0 0 30px rgba(0,0,0,0.2);}
.com-block-list li ~ li {margin-left:18px;}
.com-block-list li .tit {margin-top:30px;margin-bottom:15px;font-size:16px;color:#bb3e46;}
.com-block-list li .des {line-height:1.75;}

.show_product_right{width: 600px;}
.show_product_right_top{ padding-top: 30px;padding-bottom: 30px; border-top: 1px solid #555; border-bottom: 1px solid #555;}
.show_product_right_top h6{ font-size: 28px; color: #fff; }
.show_product_right_top span{ font-size: 16px; color: #aaa; }
.show_product_right_con{padding-top: 20px;}
.show_product_right_con p{ padding: 0; line-height: 33px; font-size: 14px; color: #949494; }
.show_product_right_con p span{ color: #eee; display: inline-block; padding-left: 5px; }
.show_product_right_con p i{ display: inline-block; width: 50px; height: 20px; line-height: 18px; text-align: center; font-size: 14px; margin-left: 7px; margin-right: 5px; }
.show_product_right_con p i:nth-child(1){ background-color: #fff; color: #333;  }
.show_product_right_con p i:nth-child(2){ background-color: #2b48f9; color: #fff;  }
.show_product_right_bottom{ padding-top: 60px; }
.show_product_right_bottom a{ display: block; float: left;height: 50px; line-height: 50px; font-size: 18px; color: #fff; transition: 0.3s; margin-right: 10px;border-radius: 3px; }
.show_product_right_bottom a:nth-child(1){ padding-left: 80px; width: 140px; background:#686868 url(../images/zaixian.png) no-repeat 40px 13px; }
.show_product_right_bottom a:nth-child(2){ padding-left: 55px; width: 165px; background:#686868 url(../images/dianhua.png) no-repeat 23px 13px;}
.show_product_right_bottom a:nth-child(1):hover{ background:#e1aa1d url(../images/zaixian.png) no-repeat 40px 13px;  }
.show_product_right_bottom a:nth-child(2):hover{ background:#e1aa1d url(../images/dianhua.png) no-repeat 23px 13px; }

.lanmu2{width: 100%; background-color: #111;}
.lanmu2 a{ display: block; padding: 0 40px; height: 80px; line-height: 80px; font-size: 16px; color: #aaa; }
.lanmu2 a.on{ background-color: #e1aa1d; color: #fff; }

.lanmu2 .fhlb{ display: block; width: 120px; height: 40px; line-height: 40px; margin-top: 20px; color: #aaa; border: 1px solid #aaa; border-radius: 25px; padding: 0; text-align: center; transition: 0.3s; }
.lanmu2 .fhlb:hover{ color:#e1aa1d; border: 1px solid #e1aa1d;  }

.product_xiangqing{ padding-top: 10px; width: 100%; background-color: #fff; padding-bottom: 108px; }
.product_xiangqing_one{ padding-top: 50px; padding-bottom: 50px; border-bottom: 1px solid #ddd; }
.product_xiangqing_one h6{ font-size: 20px; color:#6b6b6b; margin-right: 70px; }
.product_xiangqing_right{ color: #111; font-size: 16px; }
.product_xiangqing_right li p{ width: 120px; height: 80px; border: 1px solid #ddd; font-size: 16px; color: #111; line-height: 30px; padding-top: 20px; text-align: center; border-radius: 10px; }
.product_xiangqing_right li span{ font-size: 14px; color: #6b6b6b; text-align: center; display: inline-block; padding-top: 20px; width: 120px; }
.product_xiangqing_right li{ float: left; padding-right: 60px; background: url(../images/show_jian.png) no-repeat 143px 30px; }
.product_xiangqing_right li:nth-child(5){ background: none; }
.product_xiangqing_right li:nth-child(4) p{ line-height: 60px; }

.lanmu3 .wrap{width: 1200px;}
.lanmu3 li a{ padding: 0 40px; }



/* 新闻详情页 */
.position {height:50px; line-height: 50px; padding-top: 25px; border-top: 1px solid #ddd;}

.com_width {width:1300px;margin-left:auto;margin-right:auto;}

.position h2 {font-size:24px;color: #e12b1f;padding-top:40px;}

.location,.location a {font-size:14px;color:#949494;}


.positions {height:50px; line-height: 50px; margin-bottom: 25px; border-bottom: 1px solid #ddd;}

.com_widths {width:1300px;margin-left:auto;margin-right:auto;}

.positions h2 {font-size:24px;color: #e12b1f;padding-top:40px;}

.locations,.locations a {font-size:14px;color:#949494;}




.container{ clear: both; }

.news-container {padding-bottom:100px;}

.com_width {width:1300px;margin-left:auto;margin-right:auto;}

.mt50 {margin-top:50px;}

.clearfix {zoom:1;}

.news-title h2{ font-size: 28px; color: #111; padding-bottom: 15px; }

.news-show-left {float:left;width:100%;margin:auto;}

.news-show-left .news-title { padding-top: 30px; padding-bottom:45px;text-align:left;}

.news-show-left .news-title h1 {font-size:24px;color:#333;padding-bottom:10px;font-weight:normal;}

.news-show-left .news-title p {font-size:14px;color:#949494;padding-bottom:13px;}

.news-show-left .news-views {margin-top:0;font-size:16px;color:#666;line-height:25px;overflow:hidden;}

.news-views p{ padding: 0 20px; line-height: 30px; font-family: '微软雅黑'!important; }
.news-views p span{ font-family: '微软雅黑'!important; }
.news-views img{ padding-top: 15px; padding-bottom: 15px; }
.news-views p img{ height: auto!important; }

.news-show-left .news-title p a {color: #949494;}
.fan{ width: 155px; padding-left: 45px; margin-top: 4px; }

/* .news-show-left .news-title p a:hover {color: #E12B1F;} */

.news-show-left .share-bar { padding: 20px 0; margin-top: 30px; }

.fl {float:left;}
.xq_xian{ width: 30px; height: 1px; background-color: #949494; display: block; margin-bottom: 10px; }

.news-show-left .news-other { padding-top: 15px; border-top:1px #ddd solid;}

.gr-back-btn { float: right; margin-top:6px;width:125px;height:40px;line-height:40px;text-align:center;background-color:#353535;font-size:14px;color:#fff!important;}

.gr-back-btn {margin-top:6px;width:125px;height:40px;line-height:40px;text-align:center;background-color:#e12b1f;font-size:14px;color:#fff;position:relative;overflow:hidden;z-index:2;}

.gr-back-btn:hover{ background-color: #2b48f9; }

.news-show-left .news-other p {display:block; color: #949494; height:30px;line-height:30px;padding-left:3px;}

.news-show-right {float:right;width:280px; padding-left: 45px; margin-top: 30px; border-left: 1px solid #ddd;}
.news-show-right h3{ font-size: 24px; color: #666; padding-bottom: 30px; }
.news-show-right li{ margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #ddd; }
.news-show-right li h5{ color: #000; line-height: 30px; font-size: 18px; padding-bottom: 15px; }
.news-show-right li h6{ transition: 0.3s; font-size: 14px; color: #6c6c6c; line-height: 25px; padding-bottom: 13px;}
.news-show-right li span{ display: block; width: 20px; height: 20px; background:url(../images/index_more_bg.png) no-repeat; margin-top: 25px; transition: 0.3s; }
.news-show-right li a{display: block;}
.news-show-right li:hover span{ background:url(../images/index_more_bg2.png) no-repeat; }
.news-show-right dl {display:block;margin-top:0;margin-bottom:20px;background:#fff;border: 0!important;}
.news-show-right li:hover h6{ color: #2b48f9;  }

.news-show-right dl.tab dt {height:55px;line-height:55px;color:#1d1d1d;font-size:18px;}

.news-show-right dl dt { margin: 0 20px; display:block;height:55px;line-height:55px;position:relative;}

.news-show-right dl.tab dd {/* height:520px; */position:relative;}

.news-show-right dl.tab dd ul {display:block;padding:0 20px;/* height:520px; */}

.news-show-right dl.tab dd ul li {display:block;padding:10px 0 10px;border-bottom:1px #eee solid;}

.news-show-right dl.tab dd ul li:nth-child(7){ border-bottom: 0; }

.news-show-right dl.tab dd ul li h5 {padding-top:4px;font-size:14px;color:#333;display:block;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

.news-show-right dl.tab dd ul li i {float:left;font-size:12px;color:#999;}

.news-show-right dl.tab dd ul li em {float:right;padding-left:25px;width:30px;font-size:12px;color:#999;background:url(../images/eye.png) no-repeat left center;font-style:normal;}

.news-show-right dl.tab dd .more_r {color:#333;height:45px;line-height:45px;border-top:1px #ddd solid;position:relative;top:-1px;text-align:center;}

.news-show-right dl.tab dd .more_r a {display:inline-block;position:relative;color:#333;}

.news-show-right dl {display:block;margin-top:0;margin-bottom:20px;background:#fff;}

.news-show-right dl.list dt {color:#333;font-size:18px;margin-bottom:20px;}

.news-show-right dl dt {display:block;height:55px;line-height:55px;position:relative;border-bottom:1px #dedede solid;}

.gr-back-btn {margin-top:6px;width:125px;height:40px;line-height:40px;text-align:center;background-color:#353535;font-size:14px;color:#fff!important;}

.gr-back-btn {margin-top:6px;width:125px;height:40px;line-height:40px;text-align:center;background-color:#696969;font-size:14px;color:#fff;position:relative;overflow:hidden;z-index:2;}

.hvr-sweep-to-top {display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:0.3s;transition-duration:0.3s;}

.news-show-right dl.list dd ul li a {color:#666;font-size:12px;-webkit-transition:.2s;-o-transition:.2s;transition:.2s;}

.news-show-right dl.list dd ul li i{     display: inline-block;

    width: 3px;

    height: 3px;

    background-color: #666;

    margin-right: 10px;

    margin-bottom: 2px;

    border-radius: 100px;}

.news-show-right dl.list dd ul li { line-height: 30px; display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:20px;padding-right: 20px;}

.news-show-right dl.tab dd ul li .pic {line-height:51px;margin-right:14px;width:86px;height:51px;overflow:hidden;position:relative;}

.list-cont{ font-size: 12px; padding: 0 20px; line-height: 20px; color: #999; padding-bottom: 10px; }




.nei_banner_tit{ position: absolute; width: 1200px; left: 50%; margin-left: -600px; top:0; overflow: hidden; }
.nei_banner_tit h2{ font-size: 72px; color: #fff; text-transform:capitalize;  font-family: ''; height: 44px; padding-top: 12px; }
.nei_banner_tit h3{ font-size: 48px; color: #fff; margin-top: 10%; padding-bottom: 10px; }
.nei_banner_tit h4{ font-size: 28px; height: 33px; color: #fff; margin-top: 10px;}
.nei_banner_tit i{ display: block; width: 395px; height: 1px; background-color: #fff; }

.page_top{ width: 100%; height: 70px; line-height: 70px; background-color: #fff;}
.page_top_lanmu li{ float: left; padding: 0; margin: 0; }
.page_top_lanmu li a{ display: inline-block; padding: 0 25px; line-height: 70px; font-size: 20px; color: #333; transition: 0.3s; }



.pages {height:35px;line-height:35px;margin-top: 55px; text-align:center;clear:both;margin-bottom:40px;}
.pages a {background:#4e4e4e;font-size:14px; display: inline-block;height: 35px;color:#fff;margin:0 7px; padding:0 10px;}
.pages span,.pages a:hover { background:#2b48f9;color:#fff;font-size:14px;}
.pages span { display: inline-block;  height: 35px; line-height: 35px; margin:0 7px;font-size:14px; background:#484a4c; padding:0 10px;}

.pages a.prev:before,.pages a.prev_disabled:before {content:"上一页";font-family: '微软雅黑' }
.pages a.next:before,.pages a.next_disabled:before {content:"下一页";font-family: '微软雅黑' }
.pages a.prev_disabled{width: 60px;}
.pages a.next{width: 60px;}
.pages a.prev{width: 60px;}
.pages a.next_disabled{width: 60px;}

/* 常见问题 */


.faq-list {
    border-top: 1px solid #E4E4E4;
}
.faq-list li {
    border-bottom: 1px solid #E4E4E4;
}
.faq-list .question {
    font-size: 16px;
    height: 62px;
    line-height: 62px;
    color: #666;
    cursor: pointer;
    padding-left: 20px;
    background: url(../images/zhengfangxing2.jpg) no-repeat 8px center;
    background-size: 0.4%;
}
.faq-list li .question.on {
    color: #fff;
    background:#0ca7c5 url(../images/zhengfangxing.jpg) no-repeat 8px center;
    background-size: 0.4%;
}
.faq-list .question .fa-dropdown {
    float: right;
    margin-top: 15px;
    margin-right: 20px;
    width: 31px;
    height: 31px;
    background: url(../images/icon-faq-open.png) no-repeat center;
    background-size: contain;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.faq-list .question.on .fa-dropdown {
    background: url(../images/icon-faq-close.png) no-repeat center;
}
.faq-list .answer {
    padding: 15px 20px 20px;
    line-height: 1.7;
    display: none;
    background-color: #f5f5f5;
}
.faq-list .answer p {
    line-height: 2; 
    font-family: '微软雅黑'!important;
    font-size: 14px;
}
.faq-list .answer p span{
	font-family: '微软雅黑'!important;
	font-size: 14px;
	background: none!important;
}

/* 搜索 */
.search_box{ width: 180px; margin-left: 20px; }

.search { width: 160px; height: 28px; border: 1px solid #666; border-radius: 25px; margin-top: 43px; transition: 0.3s; }
.search:hover{ width: 180px; }
.search .key{ border: 0; height: 28px; line-height: 28px; background: none; margin-top: -5px; color: #666; width: 110px; margin-left: 13px; font-size: 12px; transition: 0.3s; }
.search:hover .key{ width: 130px; }
.search .key:focus {
outline:none;
    border: 0;
}
.search .sub:focus {
outline:none;
    border: 0;
}
.search .sub{ width: 32px; height: 28px; background: url(../images/sousuo.png) no-repeat center; background-size: 50%; margin-top: -4px; }



.anniu{ width: 190px; height: 40px; border: 1px solid #2b48f9; padding: 2px; margin-right: 20px; }
.anniu_nei{ width: 188px; height: 38px; line-height: 38px; text-align: center; border: 1px solid #2b48f9; color: #2b48f9; display: block; transition: 0.3s; }
.anniu:hover .anniu_nei{ background-color: #2b48f9; color: #fff; }


/* 友情链接 */

.link {  float: left; position: relative; width: 100%; padding-top: 5px;}
.link i { width: 10px; height: 7px; position: absolute; right: 2px; top: 7px; transition: 300ms linear; -o-transition: 300ms linear; -ms-transition: 300ms linear; -webkit-transition: 300ms linear; }
.link:hover b i { transform: rotate(180deg); }
.link-list { z-index: 9999; float: left; width: 80%; height: 30px; overflow: hidden;}
.link-list li a {  height: 36px; color: #787878; font-size: 14px; text-align: center;}
.link-list li a:hover { color: #da251d; }
.link-list li{ float: left; }
.link-list li a{color: #abacac; margin: 0 8px;}
.link-list li a:hover{color: #fff;}
.link h6{ float: left; font-size: 14px; color: #d1d1d1; }



/* 回到顶部 */
/*客服*/

.qqkefu{

    position: fixed;

    bottom:200px;

    _position: absolute;

    _top: expression(eval(document.documentElement.scrollTop + 365));

    z-index: 999;

    right:0;

    width:53px

    }

.qqkefu ul li{

    height:47px;

    margin-bottom:1px;

    float:right;

    background:#999;

    line-height:47px;

    font-size:14px;

    cursor:pointer;

    opacity: 0.9;

    position:relative

}




.qqkefu ul li:hover{

    background:#2b48f9;

    }

.qqkefu ul li.top2{

    color:#1c1c1c;

    font-weight:800;

    text-align:center;

    background:#999 url(../images/top_icon.png) no-repeat center;

    position:relative;

    width:53px;

    cursor:pointer;

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s;

    }

.qqkefu ul li.top2:hover {

    background-color: #2b48f9;

}


/*返回顶部*/

#to-top{display: inline-block; width: 40px; height: 40px; background: #666 url(../images/gotop.png) no-repeat center; background-size: 80%; text-align: center; text-decoration: none; line-height: 40px; z-index: 999; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}

#to-top:hover{background-color:  #333;}







:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #949494!important; opacity:1; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #949494!important;opacity:1;
}

input:-ms-input-placeholder{
    color: #949494!important;opacity:1;
}

input::-webkit-input-placeholder{
    color: #949494!important;opacity:1;
}

.textarea::-webkit-input-placeholder{color:#949494;}




/* 3D旋转按钮 */

.kacont2{ width: 200px; height: 50px; margin-right: 20px; }
.ka2{width: 200px;height: 50px;cursor: pointer;padding: 0; margin: 0;}
.ka2 div {height: 100%;transform-style: preserve-3d;transition: 0.25s;}
.ka2:hover div {transform: rotateX(-90deg);}
.ka2 span { left: 0; width: 100%;height: 100%;position: absolute;box-sizing: border-box;line-height: 50px;font-size: 14px;text-align: center;text-transform: uppercase;}
.ka2 span:nth-child(1) {color: #fff; background-color: #2b48f9; opacity: 0.6; transform: translate3d(0, 0, 25px);}
.ka2 span:nth-child(2) {color: #2b48f9; border: 1px solid #2b48f9; opacity: 0.6; transform: rotateX(90deg) translate3d(0, 0, 25px);}
.ka2 span i{ display: inline-block; font-family: '宋体'; padding-left: 20px; }



/* 导航 */
.back {margin: 0 18px; padding: 0 3px; box-sizing: border-box; position: absolute;top: 0px;z-index: 0;padding-top: 0; font-size: 0;height: 60px;line-height: 0; margin-left: 0px!important; border-right: 1px solid #ddd;}
.back .left{ width: 100%; position: relative;top: -7px;z-index: 0;padding-top: 0; font-size: 0;height: 60px;line-height: 0;background:#2b48f9; margin-left: 0px!important;}
.back:before{ content: ""; height: 7px; width: 3px; display: block; margin-left: -3px; }
.back:after{ content: ""; height: 7px; width: 3px; display: block; position: absolute;
    right: 0px;
    top: 0px;}


/* 内页banner */
.nei_banner{ width: 100%; overflow: hidden; position: relative; }
.nei_banner>img {
    width: 100%;
    transform:matrix(1.05, 0, 0, 1.05, 0, 0); 
    -webkit-transform:matrix(1.05, 0, 0, 1.05, 0, 0); 
    -webkit-animation: minus 5s 0s ease both infinite;
    -moz-animation: minus 5s 0s ease both infinite;
    animation: minus 5s 0s ease both infinite;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}

/*缩小停止*/
@-webkit-keyframes minus {
    from {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
to {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}
}
@keyframes minus {
    from {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
to {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}
}




/* 表单点击后的边框颜色 */

input{outline-color:#2b48f9;-moz-outline-color:#2b48f9;-ms-outline-color:#2b48f9;-webkit-outline-color:#2b48f9;}
textarea{ outline-color:#2b48f9;-moz-outline-color:#2b48f9;-ms-outline-color:#2b48f9;-webkit-outline-color:#2b48f9; }

/* 留言表单 */

.guest_box {width:100%;margin:0 auto;}
li.error {position:relative;}
.guest_box li {width:540px;line-height:40px;font-size:12px;color:#666;float:left;margin-bottom:10px; }
.guest_box li .input { font-family: '微软雅黑'; font-size: 12px; border:1px solid #fff;width:510px;height:40px;line-height:40px;padding-left: 30px; color:#666;background:#fff;background-color: #eee;}
.guest_box li.error{ }
span.error {position:absolute;top:72px;left:0;color:#ff0000;font-size:12px;}
.guest_box li .textarea { font-family: '微软雅黑'; font-size: 12px; width:510px;height:230px;border:1px solid #fff; padding-left: 30px; padding-top: 10px; color:#666;line-height:20px;background-color: #eee;}
textarea {overflow:auto;}
.guest_box .submit {width:155px;height:40px; margin: 0 auto; margin-top: 10px; float: left; background-color: #949494; display:block;color:#fff;font-size:18px;
    color: #fff; cursor: pointer; transition: 0.3s;}
.guest_box .submit:hover{ color: #fff; background-color: #2b48f9; }


.zxly .list_title2{ margin-bottom: 65px; }
.guest_box2 li{ width: 386px; margin-bottom: 15px;}
.guest_box2 li.error{ margin-right:20px; }
.guest_box2 .submit{ width: 145px; height: 40px; }



/* 留言弹窗 */

.vwrap {display:none;z-index:1040;width:100%;position:fixed;left:0;top:0;}
.vwrap .videobtg {z-index:900;position:fixed;width:100%;height:100%;left:0;top:0;background:#000;opacity:0.7;filter:alpha(opacity=70);overflow:hidden;}
.vwrap .videobox {z-index:990;padding: 0 50px; width:900px;height:500px;background-color:#fff;position:fixed;left:50%;top:50%;margin-top:-250px;margin-left:-500px;}
.vwrap .videobox #videobox1,.vwrap .videobox #videobox2 {width:100%;display:inline-block;height:100%;background:#000;}
#videobox_wrapper {height:100%!important;}
.vwrap .close {z-index:999;width:24px;height:24px;cursor:pointer;position:absolute;top:-38px;right:-40px;}
.vwrap .close i {display:block;width:24px;height:24px;background:url(../images/close.png) no-repeat 50% 50%;-webkit-transition:400ms;transition:400ms;}
.vwrap .close:hover i {-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}
#videobox_display_button {background:none no-repeat!important;}
.jwplayer .jwicon:hover {opacity:1;filter:alpha(opacity=100);}
.jwlogo,.jwclick {display:none!important;}
#videobox_controlbar {bottom:5%!important;}
.videobox .guest_box li{ margin-top: 30px; width: 48%; margin-bottom: 0px; }
.videobox .guest_box li.error{ margin-right: 36px; }
.videobox .guest_box li .textarea{ width: 868px; padding-left: 30px; }
.videobox .guest_box .submit{ margin-top: 17px; font-family: '微软雅黑'; }
.videobox .guest_box{ padding-top: 25px; }




/* 鼠标经过图片放大 */
.main_pic{ overflow: hidden; }
.main_pic img {-webkit-transition: .5s;-o-transition: .5s;transition: .5s; width:630px; height:344px;}
.main_pic img:hover {-webkit-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05); transform: scale(1.05);}
.main_pics{ overflow: hidden; }
.main_pics img {-webkit-transition: .5s;-o-transition: .5s;transition: .5s; width:433px; overflow:hidden;}
.main_pics img:hover {-webkit-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05); transform: scale(1.05);}
.main_wenzi{ width:570px; height:284px; overflow:hidden; padding:30px;color:#ffffff;}
.main_wenzi h3{ line-height:30px; font-size:24px;}
.main_wenzi_txt{ line-height:30px; margin-top:20px;}
.main_wenzi_more{ width:80%; text-align:right; margin-top:30px;}


/* 飘入动画 */
.piao {
    opacity: 0;
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: transform 1s,opacity 1s;
}
.visible .piao{ transform: none; opacity: 1; }



@media(max-width: 1680px){
	.apple-banner{ height: 630px; }
	.slide1 .title img{ width: 40%; }
}
@media(max-width: 1600px){
	.apple-banner{ height: 600px; }

}

@media(max-width: 1440px){
	.apple-banner{ height: 533px; }


}
@media(max-width: 1366px){

.apple-banner{ height: 512px; }

	
}
@media(max-width: 1360px){

.apple-banner{ height: 510px; }

	
}
@media(max-width: 1280px){

.apple-banner{ height: 480px; }
}
@media(max-width: 1024px){
	.apple-banner{ height: 384px; }
	
}


.xg_t{ width:100%; height:30px; background-color:#2b48f9; color:#ffffff;}
.xg_t a{ color:#ffffff; margin:0 10px;}
.xg_ts{ width:1200px; line-height:30px; margin:0 auto;}
.xg_tsl{ width:600px; float:left; }
.xg_tsr{ width:200px; float:right;}


.wows{ width:100% important; margin:0 auto;}
.index_listdy{float:left; width:860px;}
.index_listdy
.main_picdy{ width:433px; height:296px; float:right;}